home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1995 September / JCSM Shareware Collection (September 30th 1995 Author to Vendor Edition) (JCS Distribution).ISO / business / 11420h01.ziv / INSTALL.BAT < prev   
DOS Batch File  |  1990-05-22  |  2KB  |  63 lines

  1. echo off
  2. cls
  3. if %2x==x goto NODRIVE
  4. echo All disk drive designations must end with colons.  For instance, drive C
  5. echo is designated as "C:", not "C".
  6. echo .
  7. echo If your hard disk is not "%2", then press Control-C to abort; otherwise,
  8. pause
  9. echo off
  10. cls
  11. %2
  12. cd\
  13. md MANAGEX
  14. cd\MANAGEX
  15. cls
  16. echo Copying files...
  17. copy %1*.*
  18. cls
  19. echo just a minute...
  20. if exist billpowr.exe erase billpowr.exe
  21. if exist billpowr.ovr erase billpowr.ovr
  22. if exist billpwr.ovr erase billpwr.ovr
  23. if exist billpowr.doc erase billpowr.doc
  24. if exist bpstretc.exe erase bpstretc.exe
  25. if exist bp-fix.exe erase bp-fix.exe
  26. if exist edit.exe erase edit.exe
  27. if exist printdoc.bat erase printdoc.bat
  28. if not exist m--cases.lbf goto EXTRACT
  29. echo                              VERY IMPORTANT
  30. echo .
  31. echo .
  32. echo Now, some program files will be extracted from an archive.  Before each
  33. echo file is extracted, a check will be made to see whether a similarly named
  34. echo one already exists on your hard disk.  If so, you'll be asked whether you
  35. echo wish to overwrite it with a new copy.
  36. echo .
  37. echo              ALWAYS ANSWER "NO" BY PRESSSING THE "N" KEY.
  38. echo .
  39. echo .
  40. pause
  41. :EXTRACT
  42. cls
  43. billpwr
  44. erase billpwr.exe
  45. cls
  46. echo Now, turn your printer OFF and then ON.  Make sure that it is ready to
  47. echo print and that you have loaded at least 90 sheets of paper.  Then, align
  48. echo the print head 1/2" below the top of the first sheet.
  49. echo .
  50. pause
  51. cls
  52. echo Printing documentation...
  53. type BILLPOWR.DOC >prn
  54. BP
  55. :NODRIVE
  56. cls
  57. echo .
  58. echo      You must designate BOTH the SOURCE diskette and the HARD disk
  59. echo .
  60. echo example:  A:INSTALL A: D:  will install BillPower from drive A to drive D:
  61. echo .
  62. echo            PLEASE TRY AGAIN
  63.